How do I write code that doesn't suck? [closed]

Posted by Afnan on Programmers See other posts from Programmers or by Afnan
Published on 2010-12-28T13:30:30Z Indexed on 2010/12/28 15:59 UTC
Read the original article Hit count: 334

Filed under:
|
|
|

My friends and I would like to write a C# desktop application, and would like some guidance on how to make sure the code base is professional and well-kept.

  1. Should we use classes or interfaces for our inheritance patterns (which is better)?

  2. What are the best practices for professional applications?

  3. How do we know what sloppy code looks like, and how do we avoid creating sloppy code?

  4. Are there any best practices regarding the design of Winforms applications?

© Programmers or respective owner

Related posts about c#

Related posts about winforms